home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / LibraryOfCongress / Source / MyMenuCell.h < prev    next >
Text File  |  1992-02-06  |  218b  |  14 lines

  1. #import <appkit/NXBrowserCell.h>
  2.  
  3. @interface  MyMenuCell:NXBrowserCell {
  4.     int n;
  5.     char *s;
  6. }
  7.  
  8. - setStringValueNoCopy:(char *)s ;
  9. - setStringValue: (char *)s ;
  10. - (char *)stringValue ;
  11. - setContents:(int)N ;
  12.  
  13. @end
  14.